home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
pc
/
allfiles
/
move
/
move.dir
/
00099.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-03-05
|
341 b
|
12 lines
on mouseDown
global currentproject, currentpage
if currentproject < 79 then
set currentproject to currentproject + 1
set currentpage to currentpage + 1
else
set currentproject to 59
set currentpage to 59
end if
gotoPage(currentproject, line currentproject of field "project", line currentpage of field "pages")
end